<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.product div p a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.yy, .youshi &gt; div h3, .youshi &gt; div p {
  -webkit-box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.6);
}

.yy1, .app a:hover {
  -webkit-box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.8);
}

body {
  font-family: "微软雅黑";
  font-size: 16px;
  background: #FBFBFB;
}

a {
  color: #444;
}

a:hover {
  color: #0186ba;
  text-decoration: none;
}

.top {
  line-height: 26px;
  background: #F5F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #666;
  font-size: 14px;
}

.top a {
  padding: 0 5px;
}

.top a.active {
  color: #666;
}

.top a:first-child {
  border-right: 1px solid #DDDDDD;
}

.logo-box {
  padding: 1em 0;
  line-height: 1;
}

.logo-box a {
  text-decoration: none !important;
}

.logo-box img {
  margin-right: 1em;
}

.logo-box h1 {
  font-size: 24px;
  margin: 0 0 6px;
  color: #444;
}

.logo-box p {
  color: #888888;
  margin-bottom: 0;
}

.logo-box div:last-child {
  text-align: right;
}

.nav-box {
  background: #00515b;
  margin-bottom: 10px;
  height: 42px;
}

nav {
  display: table;
  width: 100%;
  margin: auto;
  max-width: 1140px;
}

nav li, nav ul {
  list-style: none;
  padding: 0;
}

nav &gt; li {
  display: table-cell;
  position: relative;
}

nav &gt; li ul {
  display: none;
}

nav &gt; li:first-of-type a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

nav &gt; li:hover ul {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #00515b;
}

nav &gt; li:hover ul a {
  font-size: 15px;
}

nav a {
  display: block;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

nav a:hover {
  background: rgba(255, 255, 255, 0.2);
}

h1.tit {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
}

h1.tit span {
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

h1.tit small:before {
  content: '/';
  margin: 0 5px;
}

h1.tit + ul {
  padding-left: 20px;
  margin-bottom: 0;
}

h1.tit + ul li {
  height: 28px;
}

h1.tit + ul li a {
  line-height: 28px;
  position: relative;
  top: -24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cont p {
  text-indent: 2em;
  text-align: justify;
  line-height: 24px;
}

.app a {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.app a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  position: relative;
  z-index: 999;
}

.app img {
  width: 100%;
  border: 1px solid #EEEEEE;
  margin-bottom: 5px;
}

.list-group a.on {
  background: #DDDDDD;
}

.main {
  margin-top: 4em;
}

.title {
  margin-top: 3em;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
  background: url(../img/title.png) center no-repeat;
  -webkit-background-size: auto 70px;
  background-size: auto 70px;
}

.title b {
  color: #FF5722;
  font-size: 1.5em;
}

.title span {
  background: #F5F5F5;
  font-size: 15px;
  font-weight: normal;
  color: #8C8C8C;
  padding: 5px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.owl-carousel1 .owl-item &gt; a {
  display: block;
}

.owl-carousel1 .owl-item &gt; a p {
  position: absolute;
  bottom: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
}

.owl-carousel1 .owl-controls .owl-nav [class*=owl-] {
  z-index: 99;
  font-size: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.4);
}

.owl-carousel1 .owl-controls .owl-nav [class*=owl-]:last-of-type {
  left: auto;
  right: 0;
}

.owl-carousel1 .owl-controls .owl-nav [class*=owl-]:hover {
  background: #FFB800;
}

.cp {
  margin: 0 -10px;
}

.cp &gt; div {
  padding: 0 10px;
}

.product {
  margin: 0 -10px;
}

.product img {
  display: block;
  width: 100%;
}

.product div:first-child,
.product div:nth-of-type(2) {
  margin-bottom: 15px;
}

.product div {
  padding: 0 10px;
  position: relative;
}

.product div p {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 10px;
}

.product div p a {
  height: 100%;
  justify-content: center;
  align-items: center;
  color: transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.product div p:hover a {
  background: rgba(63, 138, 43, 0.75);
  color: #FFFFFF;
}

.product div p:hover a span {
  border: 1px solid #FBFBFB;
  padding: 3px 10px;
}

.youshi &gt; div div {
  position: relative;
  height: 200px;
  background: url(../img/ys2.jpg) center;
  -webkit-background-size: cover;
  background-size: cover;
}

.youshi &gt; div div span {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  top: 60px;
  line-height: 80px;
  font-size: 24px;
  color: #FFFFFF;
}

.youshi &gt; div h3 {
  margin: 0;
  padding: 15px;
  padding-bottom: 0;
  background: #FFFFFF;
  font-size: 18px;
  color: #5FB878;
  font-weight: bold;
}

.youshi &gt; div p {
  margin: 0;
  padding: 15px;
  background: #FFFFFF;
  font-size: 16px;
  color: #666;
  height: 118px;
}

.youshi &gt; div:first-child div {
  background: url(../img/ys1.jpg) center;
}

.youshi &gt; div:last-child div {
  background: url(../img/ys3.jpg) center;
}

.youshi img {
  width: 100%;
}

.about {
  position: relative;
  padding: 1em;
  text-align: justify;
  background: #5FB878;
  color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 20px;
}

.about p {
  margin-bottom: 0;
}

.more {
  border: 25px solid transparent;
  border-left: 25px solid rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  right: -25px;
  bottom: -25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more:after {
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '+';
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  bottom: 22px;
  right: 22px;
}

.news dl {
  display: table;
  margin-bottom: 25px;
}

.news dl dt {
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  text-align: center;
  background: #F5F5F5;
  font-weight: normal;
  color: #666;
  font-size: 14px;
}

.news dl dt b {
  display: block;
  font-size: 36px;
}

.news dl dd {
  vertical-align: top;
  display: table-cell;
  position: relative;
  overflow: hidden;
  padding: 0 1em;
  background: #FFFFFF;
}

.news dl dd a {
  color: #2F4056;
}

.news dl dd p {
  font-size: 14px;
  color: #666;
}

.news dl:hover dt {
  background: #82c896;
  color: #FFFFFF;
}

.news dl:hover dd {
  background: #5FB878;
}

.news dl:hover dd a {
  color: #FFFFFF;
}

.news dl:hover dd p {
  color: #FFFFFF;
}

footer {
  background: lightblue;
  margin: 3em auto;
  padding: 2.6em 0;
}

.foot-nav {
  display: table;
  width: 100%;
}

.foot-nav ul, .foot-nav li {
  list-style: none;
  margin: 0;
}

.foot-nav li {
  display: table-cell;
  text-align: center;
  line-height: 26px;
}

.foot-nav li a {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}

.foot-nav ul {
  padding: 0;
}

.foot-nav ul li {
  display: block;
}

.foot-nav ul li a {
  font-weight: normal;
}

.foot-nav ul li a:hover {
  color: #444;
}

.foot-logo {
  float: left;
  margin-right: 1em;
  width: 100px;
}

.foot-logo + h1 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #393D49;
}

.foot-logo + h1 + p {
  font-size: 14px;
  color: #666;
}

.foot {
  margin-top: 1em;
  border-top: 1px solid #C2C2C2;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

#contact {
  display: none;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #5FB878;
  border-color: #5FB878;
}

.left .panel-body {
  font-size: 14px;
}

.left .panel-body p {
  line-height: 2;
  margin-bottom: 0;
}

.info {
  background: #FFFFFF;
  padding: 2em;
}

.info dl dt img {
  height: 164px;
}

.info p {
  text-indent: 2em;
  color: #666;
  line-height: 2;
}

.info p img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.info h3 {
  text-align: center;
}

.info h3 + p {
  text-align: center;
  text-indent: 0;
}

.prevnext {
  margin-top: 2em;
}

.page {
  text-align: center;
  margin: 20px 0;
}

.page a {
  padding: 6px 12px;
  border: 1px solid #DDDDDD;
  margin-left: -1px;
  text-decoration: none;
  color: #337ab7;
}

.page a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.page a:first-child {
  border-radius: 5px 0 0 5px;
}

.page a:last-child {
  border-radius: 0 5px 5px 0;
}

.page span.nolink {
  padding: 6px 12px;
  border: 1px solid #DDDDDD;
  margin-left: -1px;
  color: #999999;
}

.page span:first-child {
  border-radius: 5px 0 0 5px;
}

.page span:last-child {
  border-radius: 0 5px 5px 0;
}

.page span font {
  padding: 6px 12px;
  border: 1px solid #DDDDDD;
  margin-left: -1px;
  color: #337ab7;
  background: rgba(0, 0, 0, 0.05);
}

.owl-theme .owl-dots {
  bottom: 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: white;
}

@media (max-width: 1119px) {
  .youshi p {
    font-size: 14px !important;
  }
  .news dl {
    margin-bottom: 15px;
  }
  .lx {
    font-size: 14px;
  }
  .lx p {
    margin-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .youshi p {
    height: auto !important;
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .logo h1 {
    font-size: 24px;
    text-align: center;
  }
  nav {
    font-size: 12px;
  }
  .app img {
    height: 105px;
  }
  .title {
    margin-top: 2em;
  }
  .youshi p {
    margin-bottom: 20px !important;
  }
  .info dl dt img {
    height: 108px;
  }
  .info {
    padding: 0;
    background: transparent;
  }
  .info h3 {
    font-size: 16px;
    font-weight: bold;
  }
  .news dl dt {
    width: 60px;
    font-size: 12px;
  }
  .news dl dt b {
    font-size: 24px;
  }
  .news dl dd h4 {
    font-size: 14px;
    font-weight: bold;
  }
  .news dl dd p {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
  }
  footer {
    padding-bottom: 50px;
  }
  #contact {
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #FFB800;
  }
  #contact &gt; a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact &gt; a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contact div &gt; a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
}
</pre></body></html>